home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6623 / 6623.xpi / content / progress.xul < prev    next >
Extensible Markup Language  |  2009-12-04  |  1KB  |  37 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <!DOCTYPE prefwindow SYSTEM "chrome://bp/locale/bp.dtd">
  4.  
  5.  
  6.  
  7.  
  8.  
  9. <window id="ExitWindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  10. title="BetterPrivacy" 
  11. buttons="," 
  12. onload="setTimeout(function(){bpriv.processProgressWindow(window, window.arguments[0]);}, 750, window, window.arguments[0]);"
  13. onclick="if(confirm('BetterPrivacy\r\nAbort this procedure?')) window.close();"
  14. >
  15.  
  16.  
  17.  
  18.     <stringbundleset>
  19.         <stringbundle id="strBundle" src="chrome://bp/locale/bp.properties"/>
  20.     </stringbundleset>
  21.  
  22.     <script type="application/x-javascript" src="chrome://bp/content/bp.js"/>
  23.  
  24.     <script type="application/x-javascript">  
  25.           <![CDATA[
  26.           ]]>
  27.     </script>
  28.  
  29.  
  30.     <vbox align="center" pack="center" flex="1">
  31.         <hbox align="center" pack="center" flex="1" style="width: 350px; height: 80px;">
  32.             <description id="exitstatus" flex="1" style="font-weight: bold; text-align: center;">&exitstatus;</description>
  33.         </hbox>
  34.     </vbox>
  35.  
  36.  
  37. </window>